net/http.Request.ctx (field)
11 uses
net/http (current package)
client.go#L367: req.ctx, cancelCtx = context.WithDeadline(oldCtx, deadline)
client.go#L374: req.ctx, cancelCtx = context.WithDeadline(oldCtx, deadline)
client.go#L668: ctx: ireq.ctx,
request.go#L331: ctx context.Context
request.go#L346: if r.ctx != nil {
request.go#L347: return r.ctx
request.go#L367: r2.ctx = ctx
request.go#L383: r2.ctx = ctx
request.go#L888: ctx: ctx,
server.go#L1035: req.ctx = ctx
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |